home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
britney.swf
/
scripts
/
DefineButton2_190
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-03-17
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}